Link OpenSSL statically on OSX
authorAlex Crichton <alex@alexcrichton.com>
Mon, 21 Nov 2016 20:36:30 +0000 (12:36 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 21 Nov 2016 20:37:36 +0000 (12:37 -0800)
commit535a67b3b82ebb16bdf66a1dac781df14a4c6c81
tree9d8c6bbb185cdca13a16f48dab4ead94b2472018
parentd1bfc0196fb4476171060cfc3ee347642f6d25e4
Link OpenSSL statically on OSX

Now that Cargo requires OpenSSL >= 1.0.1 transitively through the `openssl-sys`
0.9 release the dynamic libraries for OpenSSL are no longer located on OSX by
default. This means that the support necessary for libssh2 needs to be
statically linked rather than dynamically linked.

Closes #3303
Makefile.in